-
Notifications
You must be signed in to change notification settings - Fork 129
Improve elemwise docstrings #1255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1255 +/- ##
=======================================
Coverage 81.99% 81.99%
=======================================
Files 188 188
Lines 48551 48553 +2
Branches 8673 8673
=======================================
+ Hits 39810 39812 +2
Misses 6579 6579
Partials 2162 2162
|
Co-authored-by: Ricardo Vieira <[email protected]>
@fonnesbeck looks good, we need to check what the rendered docs look like. Does help() or whatever your IDE use also show the new docstrings nicely? |
Docs must use some hardcoded stuff: https://pytensor--1255.org.readthedocs.build/en/1255/library/tensor/basic.html#pytensor.tensor.exp But this is already a nice improvement |
Description
Improve elemwise math function docstrings; remove generic docstring from being appended.
Related Issue
Elemwise
Op
s are not very helpful #292Checklist
Type of change
📚 Documentation preview 📚: https://pytensor--1255.org.readthedocs.build/en/1255/